home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_803
/
frame_8
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
481b
|
20 lines
stop();
_parent.gotoAndPlay(2);
presser.onPress = function()
{
if(_root.ended != true && _root.water_is_flowing != true && (_parent._currentframe == 1 || _parent._currentframe == 4 || _parent._currentframe == 7))
{
_parent.play();
_root.fanty.expression.gotoAndPlay(2);
_root.amountpumped += 5;
}
else if(_root.water_is_flowing == true)
{
_root.amountpumper = 100;
play();
}
};
presser.onRelease = function()
{
};